IBDAC

TIBCConnection Properties

Properties of the TIBCConnection class.

For a complete list of the TIBCConnection class members, see the TIBCConnection Members topic.

Public

Name Description

ConnectDialog (inherited from TCustomDAConnection)

Allows to link a TCustomConnectDialog component.

ConnectString (inherited from TCustomDAConnection)

Used to specify the connection information, such as: UserName, Password, Server, etc.

ConvertEOL (inherited from TCustomDAConnection)

Allows customizing line breaks in string fields and parameters.

DatabaseInfo

Used to get information about the connected database.

DBSQLDialect

Shows the database SQL dialect.

Handle

Used to make calls directly to the InterBase API.

InTransaction (inherited from TCustomDAConnection)

Indicates whether the transaction is active.

LastError

Used to get the error code which resulted from the previous call to the InterBase server.

LoginPrompt (inherited from TCustomDAConnection)

Specifies whether a login dialog appears immediately before opening a new connection.

Pooling (inherited from TCustomDAConnection)

Enables or disables using connection pool.

PoolingOptions (inherited from TCustomDAConnection)

Specifies the behaviour of connection pool.

SQL

Used to execute any SQL statement.

TransactionCount

Used to return the number of transactions currently associated with this TIBCConnection component.

Transactions

Used to specify a transaction for the given index.

Published

Name Description

AutoCommit

Used to permit or prevent permanent updates, insertions, and deletions of data associated with the current transaction against the database server.

ClientLibrary

Used to set or get the client library location.

Connected

Used to establish a database connection.

ConnectPrompt

Used to provide login support.

Database

Used to set the name of the database to associate with TIBCConnection component.

Debug

Used to display SQL statements being executed with their parameter values and data types.

DefaultTransaction

Used to access default database connection transaction.

Options

Used to specify the behaviour of the TIBCConnection object.

Params

Used to specify the connection parameters.

Password

Used to specify the password for a connection.

Port

Used to specify the port number for connections to the server.

Server

Used to supply the server name to handle server's request for a login.

SQLDialect

Used to set or return SQL Dialect used by InterBase client.

SSLOptions

Used to set up the SSL options.

Username

Used to provide a user name.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback